Skip to content

Release v1.1.0: repository exploration utility - #2

Merged
roadhero merged 1 commit into
mainfrom
release/v1.1.0
Sep 15, 2026
Merged

roadhero merged 1 commit into
mainfrom
release/v1.1.0

Conversation

@roadhero

@roadhero roadhero commented Sep 15, 2026 •

Copy link
Copy Markdown
Owner

Broad repository lookups can now run in a native repo-explorer agent that returns concise file:line evidence and coverage gaps. The utility uses Terra with low reasoning and an inspection-only contract; all 23 specialist roles retain the caller's model and effort. Scoped global guidance delegates only when independent useful work can proceed, honors opt-outs, and falls back to local inspection.

This PR releases the capability as v1.1.0 with an updated README, agent inventory, exploration/model guidance, upgrade instructions, changelog, version, and matching release notes. Codex's built-in explorer is unchanged. Existing onboarding and hook behavior remain intact.

Validation:

  • All 18 installer, hook, and release-packaging tests pass locally.
  • Structural validation passes for 30 TOML files, eight skills, and local documentation links; whitespace checks pass.
  • CodeRabbit CLI reviewed the 14 implementation/documentation files before release preparation and reported zero findings.
  • Native strict-config startup, Terra/low catalog support, and global routing discovery were checked. No live explorer task was run; the docs state this limitation.
  • The v1.0.1 → v1.1.0 upgrade produces exactly the documented two changes, is idempotent, and restores the preceding setup in a temporary home.
  • CodeRabbit approved the GitHub PR, and all four macOS/Linux CI jobs passed at 9a7683b. The release tag will target the merged commit.

@coderabbitai

coderabbitai Bot commented Sep 15, 2026 •

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: f216350a-c88b-45cb-96f2-a66af7ec82fa

📥 Commits

Reviewing files that changed from the base of the PR and between c045162 and 9a7683b.

📒 Files selected for processing (18)
  • CHANGELOG.md
  • README.md
  • STRUCTURE.md
  • VERSION
  • agents/repo-explorer.toml
  • docs/agents.md
  • docs/configuration.md
  • docs/exploration.md
  • docs/hooks.md
  • docs/installation-verification.md
  • docs/installation.md
  • docs/projects.md
  • docs/releases.md
  • docs/releases/v1.1.0.md
  • docs/review.md
  • docs/sources.md
  • docs/workflow.md
  • global/AGENTS.md

Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.


📝 Walkthrough

Walkthrough

The project releases version 1.1.0 with a read-only repo-explorer agent, scoped delegation guidance, updated model configuration, installation instructions, bootstrap documentation, and release notes.

Changes

Repository exploration and delegation

Layer / File(s) Summary
Explorer agent contract
agents/repo-explorer.toml, docs/agents.md, docs/configuration.md, docs/exploration.md, docs/review.md, docs/sources.md
Adds the read-only repo-explorer agent, its Terra model configuration, search boundaries, evidence format, fallback behavior, and documentation.
Scoped delegation flow
global/AGENTS.md, docs/workflow.md, README.md, docs/agents.md, STRUCTURE.md
Documents when broad repository searches can use repo-explorer, preserves local handling for simple lookups, and updates the agent inventory to 24 agents.

Release and installation updates

Layer / File(s) Summary
Release and bootstrap documentation
VERSION, CHANGELOG.md, docs/releases/v1.1.0.md, docs/installation.md, docs/releases.md, README.md
Updates the version and release references to 1.1.0 and documents installation, upgrade behavior, release assets, and recovery commands.
Project behavior and verification records
docs/projects.md, docs/hooks.md, docs/installation-verification.md
Documents bootstrap behavior, hook limitations, formatting rules, and v1.1.0 verification results and limits.

Priority: ⬇️ Low

Estimated code review effort: 2 (Simple) | ~15 minutes

Change: Feature

Sequence Diagram(s)

sequenceDiagram
  participant ReasoningAgent
  participant repo-explorer
  participant Repository
  ReasoningAgent->>repo-explorer: Delegate a bounded repository lookup
  repo-explorer->>Repository: Search files, symbols, and call paths
  Repository-->>repo-explorer: Provide matching evidence
  repo-explorer-->>ReasoningAgent: Return concise file-line references and coverage gaps
Loading

Merge Risk: ⚪ Minimal · up to 9a768

The release documentation, agent configuration, installation guidance, and version metadata are consistent with the supplied contracts. No actionable merge risk remains.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the v1.1.0 release and its main change: the repository exploration utility.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v1.1.0

Comment @coderabbitai help to get the list of available commands.

@roadhero
roadhero merged commit df0423e into main Sep 15, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant